Skip to content

feat(deps): update dependency googleapis/genai-toolbox to v0.31.0#98

Open
renovate-bot wants to merge 1 commit intogemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-genai-toolbox-0.x
Open

feat(deps): update dependency googleapis/genai-toolbox to v0.31.0#98
renovate-bot wants to merge 1 commit intogemini-cli-extensions:mainfrom
renovate-bot:renovate/googleapis-genai-toolbox-0.x

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Mar 14, 2026

This PR contains the following updates:

Package Update Change
googleapis/genai-toolbox minor 0.28.00.31.0

Release Notes

googleapis/genai-toolbox (googleapis/genai-toolbox)

v0.31.0

Compare Source

⚠ BREAKING CHANGES
  • release upgraded docsite (#​2831)
  • http: sanitize non-2xx error output (#​2654)
  • add a new enable-api flag (#​2846)
  • remove deprecations and update tools-file flag (#​2806)
Features
Bug Fixes
  • ci: Remove search index generation from preview deployment workflow (#​2859) (f8891b8)
  • docs: Skip empty folders in pagination & reduce PR comment noise (#​2853) (9ebd93a)
  • http: Sanitize non-2xx error output (#​2654) (5bef954)
  • skills: Fix integer parameter parsing through agent skills (#​2847) (4564efe)
Documentation

v0.30.0

Compare Source

Features
Bug Fixes
  • cloudloggingadmin: Increase log injesting time and add auth test (#​2772) (50b4457)
  • oracle: Normalize encoded proxy usernames in go-ora DSN (#​2469) (b1333cd)
  • postgres: Update execute-sql tool to avoid multi-statements parameter (#​2707) (58bc772)
  • skills: Improve flag validation and silence unit test output (#​2759) (f3da6aa)
  • test: Address flaky healthcare integration test run (#​2742) (9590821)
Reverts
  • ci: Implement conditional sharding logic in integration tests (#​2763) (1528d7c)

v0.29.0

Compare Source

⚠ BREAKING CHANGES
  • source/alloydb: restructure prebuilt toolsets (#​2639)
  • source/spanner: restructure prebuilt toolsets (#​2641)
  • source/dataplex: restructure prebuilt toolsets (#​2640)
  • source/oss-db: restructure prebuilt toolsets (#​2638)
  • source/cloudsql: restructure prebuilt toolsets (#​2635)
  • source/bigquery: restructure prebuilt toolsets (#​2637)
  • source/firestore: restructure prebuilt toolsets (#​2636)
  • telemetry metrics updates as per semantic convention (#​2566)
Features
Bug Fixes
  • Improve list locks integration test for postgres (#​2279) (d9ebe5d)
  • mcp: Guard nil SSE session lookup and return 400 for missing session (#​2681) (f66189f)
  • oracle: Update oracle-execute-sql tool interface to match source signature (#​2627) (81699a3)
  • Return AllParams for GetParameter() for tools with templateParameter(#​2734) (bfd7ba6)
  • server/mcp: Scope defer span.End inside loop iteration (#​2558) (c88a62d), closes #​2549
  • skill: Fix env variable propagation (#​2645) (5271368)
  • sources/looker: Looker and looker-dev prebuilt tools should share one source definition. (#​2620) (df7f2fd)
  • telemetry: Histogram buckets from OTel standard to MCP standards (#​2729) (87cd4a0)
  • ui: Remove module from script (#​2703) (6943ab6)
  • Update toolset attributes naming (#​2554) (3d6ae4e)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

BEGIN_COMMIT_OVERRIDE
feat!: release upgraded docsite (genai-toolbox#​2831)
feat!: http: sanitize non-2xx error output (genai-toolbox#​2654)
feat!: add a new enable-api flag (genai-toolbox#​2846)
feat!: remove deprecations and update tools-file flag (genai-toolbox#​2806)
feat: Add a new enable-api flag (genai-toolbox#​2846) (7a070da)
feat: auth: Add generic authService type for MCP (genai-toolbox#​2619) (f6678f8)
feat: auth: Add Protected Resource Metadata endpoint (genai-toolbox#​2698) (b53dcf2)
feat: auth: Support manual PRM override (genai-toolbox#​2717) (283e4e3)
feat: dataplex: Add support for lookup context tool. (genai-toolbox#​2744) (facb69d)
feat: Remove deprecations and update tools-file flag (genai-toolbox#​2806) (ab64c95)
fix: ci: Remove search index generation from preview deployment workflow (genai-toolbox#​2859) (f8891b8)
fix: docs: Skip empty folders in pagination & reduce PR comment noise (genai-toolbox#​2853) (9ebd93a)
fix: http: Sanitize non-2xx error output (genai-toolbox#​2654) (5bef954)
fix: skills: Fix integer parameter parsing through agent skills (genai-toolbox#​2847) (4564efe)
feat: cli: Add migrate subcommand (genai-toolbox#​2679) (12171f7)
feat: cli: Add serve subcommand (genai-toolbox#​2550) (1e2c7c7)
feat: skill: One skill per toolset (genai-toolbox#​2733) (5b85c65)
fix: cloudloggingadmin: Increase log injesting time and add auth test (genai-toolbox#​2772) (50b4457)
fix: oracle: Normalize encoded proxy usernames in go-ora DSN (genai-toolbox#​2469) (b1333cd)
fix: postgres: Update execute-sql tool to avoid multi-statements parameter (genai-toolbox#​2707) (58bc772)
fix: skills: Improve flag validation and silence unit test output (genai-toolbox#​2759) (f3da6aa)
fix: test: Address flaky healthcare integration test run (genai-toolbox#​2742) (9590821)
fix: ci: Implement conditional sharding logic in integration tests (genai-toolbox#​2763) (1528d7c)
feat!: source/firestore: restructure prebuilt toolsets (genai-toolbox#​2636)
feat!: telemetry metrics updates as per semantic convention (genai-toolbox#​2566)
feat: Add user agent to embeddings generation (genai-toolbox#​2572) (287251a)
feat: skill: Attach user agent metadata for generated skill (genai-toolbox#​2697) (9598a6a)
feat: skills: Add additional-notes flag to generate skills command (genai-toolbox#​2696) (73bf962)
feat: skill: Update skill generation logic (genai-toolbox#​2646) (c233eee)
feat: source/firestore: Restructure prebuilt toolsets (genai-toolbox#​2636) (22ab7b9)
feat: Telemetry metrics updates as per semantic convention (genai-toolbox#​2566) (131d764)
fix: Improve list locks integration test for postgres (genai-toolbox#​2279) (d9ebe5d)
fix: mcp: Guard nil SSE session lookup and return 400 for missing session (genai-toolbox#​2681) (f66189f)
fix: oracle: Update oracle-execute-sql tool interface to match source signature (genai-toolbox#​2627) (81699a3)
fix: Return AllParams for GetParameter() for tools with templateParameter(genai-toolbox#​2734) (bfd7ba6)
fix: server/mcp: Scope defer span.End inside loop iteration (genai-toolbox#​2558) (c88a62d), closes genai-toolbox#​2549
fix: skill: Fix env variable propagation (genai-toolbox#​2645) (5271368)
fix: telemetry: Histogram buckets from OTel standard to MCP standards (genai-toolbox#​2729) (87cd4a0)
fix: ui: Remove module from script (genai-toolbox#​2703) (6943ab6)
fix: Update toolset attributes naming (genai-toolbox#​2554) (3d6ae4e)
END_COMMIT_OVERRIDE

@renovate-bot renovate-bot requested review from a team as code owners March 14, 2026 15:46
@github-actions github-actions bot requested a review from pl04351820 March 14, 2026 15:46
@renovate-bot renovate-bot changed the title feat(deps): update dependency googleapis/genai-toolbox to v0.29.0 feat(deps): update dependency googleapis/genai-toolbox to v0.30.0 Mar 20, 2026
@renovate-bot renovate-bot force-pushed the renovate/googleapis-genai-toolbox-0.x branch from 5a59916 to b523271 Compare March 20, 2026 05:25
@renovate-bot renovate-bot changed the title feat(deps): update dependency googleapis/genai-toolbox to v0.30.0 feat(deps): update dependency googleapis/genai-toolbox to v0.31.0 Mar 27, 2026
@renovate-bot renovate-bot force-pushed the renovate/googleapis-genai-toolbox-0.x branch from b523271 to ff1cf82 Compare March 27, 2026 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants